← Index
NYTProf Performance Profile   
For /Users/timbo/perl5/perlbrew/perls/perl-5.18.2/bin/perlcritic
  Run on Sat Mar 19 22:12:22 2016
Reported on Sat Mar 19 22:14:14 2016

Filename(eval 14)[/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/darwin-2level/Params/Util.pm:190]
StatementsExecuted 2087 statements in 18.1ms
Eval Invoked At/Users/timbo/perl5/perlbrew/perls/perl-5.18.2/lib/site_perl/5.18.2/darwin-2level/Params/Util.pm line 190
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
2087117.48ms14.1msParams::Util::::_CLASSParams::Util::_CLASS
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1
# spent 14.1ms (7.48+6.60) within Params::Util::_CLASS which was called 2087 times, avg 7µs/call: # 2087 times (7.48ms+6.60ms) by PPI::Node::_wanted at line 618 of PPI/Node.pm, avg 7µs/call
sub _CLASS ($) {
2208718.1ms20876.60ms (defined $_[0] and ! ref $_[0] and $_[0] =~ m/^[^\W\d]\w*(?:::\w+)*\z/s) ? $_[0] : undef;
# spent 6.60ms making 2087 calls to Params::Util::CORE:match, avg 3µs/call
3}
4
5;